###############################################
# Xenomorph Hive World Terraform Links
###############################################

@xenoHiveCost = 12000
@xenoHiveTime = 7200

terraform_link = {
	to = "pc_xenomorph_hive"
	from = "pc_hive"

	resources = {
		category = terraforming

		cost = {
			energy = @xenoHiveCost
		}
	}

	duration = @xenoHiveTime

	potential = {
		exists = owner
		owner = {
			any_owned_species = { has_trait = trait_xenomorph }
			has_technology = "tech_hive_cluster"
		}
	}

	ai_weight = {
		weight = 0
		modifier = {
			weight = 10
			owner = { any_owned_species = { has_trait = trait_xenomorph } }
		}
	}
}
